home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / Upgrader.app / Console.strings < prev    next >
Text File  |  1995-06-07  |  7KB  |  176 lines

  1. /* When the app is run without UI, this mapping is used to map from titles and messages appropriate to alert panels to titles and messages appropriate for a terminal. In turn, these messages can be localized in the corresponding lproj */
  2.  
  3.  
  4. /* the next four strings are really only for console mode. but they're here so that maybe one day they'll be localized. */
  5.  
  6. "Preparing to plan upgrade." = "preparing to plan upgrade";
  7.  
  8. "Planning upgrade." = "planning upgrade";
  9.  
  10. "Upgrade plan complete.\nBeginning upgrade" = "plan complete; beginning upgrade";
  11.  
  12. "Upgrade complete.\nReboot the machine now." = "upgrade complete; reboot the machine now";
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19. "Cannot Run" = "Upgrader cannot run";
  20.  
  21. "Upgrader is not set up correctly.  The setuid bit must be turned on and the application owned by root.  Contact your system administrator." = "app must be setuid and owned by root";
  22.  
  23. "You must have superuser status to perform upgrades.\nPlease enter the root password." = "must have superuser status to perform upgrades";
  24.  
  25.  
  26.  
  27. /* RunSafeAlert(NO_SCSI_TITLE, NO_SCSI, NULL, NULL, NULL); */
  28.  
  29. "Find Disks" = "cannot find disk";
  30. "Another program has control of the SCSI bus.  Hard disks, SCSI floppy disks, and other SCSI devices can't be built." = "cannot get control of the SCSI bus";
  31.  
  32.  
  33.  
  34.  
  35.  /* RunSafeAlert(FIND_DISKS_TITLE, NO_DISKS, NULL, NULL, NULL); */
  36.  
  37. "This computer has no disks suitable for upgrading." = "no disks suitable for upgrading";
  38.  
  39.  
  40.  
  41. /* RunSafeAlert(OPEN_PLAN, CANT_OPEN_PLAN, NULL, NULL, NULL); */
  42. "Restart Upgrade" = "restart upgrade";
  43. "You have already planned an upgrade or opened an old plan.  It's too late to restart an old upgrade." = "cannot restart upgrade";
  44.  
  45.  
  46.  
  47. /* RunSafeAlert(AUDIT_DISK_TITLE, SOURCE_MISMATCH, NULL, NULL, NULL); */
  48. "Audit Disk" = "audit disk";
  49. "The source disk you've selected doesn't contain the right version of software for this upgrade." = "source disk doesn't contain the right version of software";
  50.  
  51.  
  52.  
  53.  
  54. /* RunSafeAlert(OPEN_TITLE,
  55. (where == APP_RELATIVE) ? WRONG_APP_LOC:BOGUS_UPGRADE, NULL, NULL,
  56. NULL, resolvedFile); */
  57.  
  58. "Open"= "open";
  59. "Could not find the new software.  This application should be run from the root of the new release." = "could not find new software ---   application must be run from the root of the new release.";
  60. "The upgrading instructions in %s are corrupted, you can't read them, or the instructions aren't located at the root of the new release." = "upgrading instructions in %s are corrupted, or they can't be read, or the instructions aren't located at the root of the new release";
  61.  
  62.  
  63.  
  64. /* RunSafeAlert(OPEN_CONTROL_TITLE, NO_TAB_HINT, NULL, NULL,
  65. NULL, temp); */
  66.  
  67. "Open Upgrade" = "open control";
  68. "upgrading hint '%s' has no tab character to separate the control expression and attributes";
  69.  
  70.  
  71.  
  72.  
  73. /* RunSafeAlert(OPEN_CONTROL_TITLE, INCOMPAT_HINTS,
  74. NULL, NULL, NULL, temp); */
  75. "The hint '%s' specifies incompatible attributes.  It will be skipped." = "hint '%s' specifies incompatible attributes.  It will be skipped";
  76.  
  77.  
  78.  
  79. /* RunSafeAlert(OPEN_CONTROL_TITLE, BAD_ATTRIBUTE,
  80. NULL, NULL, NULL, attrib); */
  81. "The string '%s' doesn't specify a recognized attribute.  The whole hint will be skipped." = "string '%s' doesn't specify a recognized attribute.  The whole hint will be skipped";
  82.  
  83.  
  84.  
  85.  
  86. /* RunSafeAlert(MOUNT_TITLE, MOUNT_FAILED, NULL, NULL, NULL,
  87. diskToUpgrade->cookedDevice); */
  88. "Mount Target Disk" = "mount target disk";
  89. "The disk %s couldn't be mounted." = "disk %s couldn't be mounted";
  90.  
  91.  
  92.  
  93. /* RunSafeAlert(EXAMINE_TITLE, SAME_DISK, NULL, NULL, NULL); */
  94. "Plan Upgrade" = "plan upgrade";
  95. "The source and target disks are the same. A disk can't be upgraded using its own files." = "source and target disks are the same";
  96.  
  97.  
  98.  
  99. /* RunSafeAlert(PREPROC, PREPROC_FAILED, NULL, NULL, NULL, ret); */
  100. "Preprocess Disk" = "preprocess disk";
  101. "The preprocessing script wasn't able to operate successfully on the target disk.  See log for details." = "preprocessing script failed";
  102.  
  103.  
  104.  
  105. /* RunSafeAlert(EXAMINE_TITLE, NO_TARGET_BOM, NULL, NULL, NULL); */
  106. "The disk to be upgraded doesn't contain a bill of materials for the base system.  The upgrade can't proceed." = "cannot find bill of materials for the base system on destination disk";
  107.  
  108.  
  109.  
  110. /* RunSafeAlert(EXAMINE_TITLE, NO_SOURCE_BOM, NULL, NULL, NULL); */
  111. "The source disk doesn't contain a bill of materials for the base system.  The upgrade can't proceed." = "cannot find bill of materials for the base system on source disk";
  112.  
  113.  
  114.  
  115. /* RunSafeAlert(UPGRADE_FAILED, NO_UPGRADE_COMMAND_MSG,
  116. NULL, NULL, NULL); */
  117. "Upgrade Failed" = "upgrade failed";
  118. "Could not locate the upgrade slave command." = "internal error ---- no slave command";
  119.  
  120.  
  121.  
  122. /* RunSafeAlert(UPGRADE_FAILED, NO_PLAN_FILE_MSG,
  123. NULL, NULL, NULL); */
  124. "Couldn't read the upgrade plan." = "upgrade plan unreadable";
  125.  
  126.  
  127.  
  128. /* RunSafeAlert(UPGRADE_FAILED, PROCEDURAL_ERROR_MSG,
  129. NULL, NULL, NULL); */
  130. "The upgrade plan file contained syntax errors, or the upgrade slave process wasn't executed correctly." = "upgrade plan file contained syntax errors, or the upgrade slave process wasn't executed correctly";
  131.  
  132.  
  133.  
  134.  
  135. /*             RunSafeAlert(UPGRADE_FAILED, GENERIC_ERROR_MSG, NULL, NULL, NULL);
  136.  */
  137. "A fatal upgrading error has occurred.  See the upgrade log for details." = "fatal upgrading error --- see the upgrade log for details";
  138.  
  139.  
  140.  
  141. /* RunSafeAlert(UPGRADE_FAILED, UPGRADER_DIED, NULL, NULL,
  142. NULL); */
  143. "The upgrade thread died" = "upgrade thread died";
  144.  
  145.  
  146.  
  147. /* RunSafeAlert(DEAD_THREAD, AUDITOR_DIED, NULL, NULL, NULL); */
  148. "The audit thread died" = "audit thread died";
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155. /* RunSafeAlert(UPGRADE_TITLE, CANT_FIND_FREESPACE, NULL, NULL,
  156. NULL); */
  157. "Could not figure out how much space is free on the disk to be upgraded." = "cannot compute free space on destination disk";
  158.  
  159.  
  160.  
  161. /* RunSafeAlert(UPGRADE_TITLE, CANT_FIGURE_SIZES, NULL, NULL,
  162. NULL); */
  163. "Could not figure out how much disk space would be taken up by the upgrade." = "cannot compute amount of space needed on destination disk";
  164.  
  165.  
  166.  
  167. /* RunSafeAlert(UPGRADE_TITLE, INSUFFICIENT_SPACE, NULL, NULL,
  168. NULL, (float) sizeChange / (1024 * 1024),
  169. (float) freeSpace / (1024 * 1024)); */
  170. "There's not enough free disk space to perform the upgrade.  %.1fMB is needed; only %.1fMB is available.  Remove some personal files and try again (removing system files won't help and will confuse the upgrader)." = "not enough free disk space to perform the upgrade.  %.1fMB is needed; only %.1fMB is available.  Remove some personal files and try again (removing system files won't help and will confuse the upgrader).";
  171.  
  172. /* RunSafeAlert(POSTPROC, POSTPROC_FAILED, NULL, NULL, NULL); */
  173. "Postprocess Disk" = "post process";
  174. "The upgrade completed, but the postprocessing script failed.  See the log for details." = "upgrade completed, but the postprocessing script failed.  See the log for details";
  175.  
  176.